News

Log In Sponsors
Partner Sites





Progress bar image not coming in IE & working fine in Mozil



Hi all My prgress bar image is working fine in Mozilla but not working in IE ... js code [code:1n41e93g] var docs = document.getElementById("ProgressImg"); docs.style.visibility="visible"; docs.style.position="absolute"; document.getElementById("btnUpload").disabled=true; [/code:1n41e93g] Xsl Code [code:1n41e93g] <tr> <td width="20%"></td> <td width="80%"> <div id="ProgressImg" style="visibility:hidden;"> <img id="img" src="images/action/animation/UploadStatus.gif" height='15' width='70%'/> </div> </td> </tr> [/code:1n41e93g] please help me

Click here to read the whole forum topic